home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / steppenwolf_3_chapter_7.swf / scripts / DefineButton2_73 / BUTTONCONDACTION on(release).as
Text File  |  2010-07-14  |  112b  |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndStop("Initialisation");
  6.    }
  7. }
  8.